Fix vc-git test when no identities are configured
authorKévin Le Gouguec <kevin.legouguec@gmail.com>
Mon, 18 Mar 2024 18:47:59 +0000 (19:47 +0100)
committerKévin Le Gouguec <kevin.legouguec@gmail.com>
Tue, 19 Mar 2024 20:53:40 +0000 (21:53 +0100)
commit014cd0040275bb2a4d08d392825b4814452275db
treedfa3bd4f9698b34dfa9092e68443f577ffcd2eb3
parent88355de6022458c3e890cc6d5da60d6f35fe8868
Fix vc-git test when no identities are configured

Reported by john muhl <jm@pub.pink>.

* test/lisp/vc/vc-git-tests.el (vc-git-test--with-repo): Set
some environment variables (lifted from vc-tests.el) to let
'git commit' compute dummy author and committer identities.
test/lisp/vc/vc-git-tests.el